Release GtkApplication earlier
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Jan 2011 18:11:55 +0000 (13:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Jan 2011 18:11:55 +0000 (13:11 -0500)
commit6a11c59290000b604ab6c0f7da1bed11147be221
tree7649d6661ee5ca9135e05e3cfd4a3fc81bb7261a
parentb673e5b1ee87eba6d7c8dd66c63be080ed2687aa
Release GtkApplication earlier

GtkWindow was only releasing the application in finalize, causing
problems for language bindings. Now we release it already in destroy
(and then again in finalize for good measure).

https://bugzilla.gnome.org/show_bug.cgi?id=638580
gtk/gtkwindow.c